home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cm100exe.zip / CM100EXE.EXE / SAMPLES / IF / README.TXT < prev    next >
Text File  |  1991-11-16  |  438b  |  22 lines

  1.      IF STATEMENT SAMPLE
  2.  
  3.      This sample demonstrates how to use if statements in a make file.
  4.  
  5.  
  6.      TO RUN CMAKE:
  7.  
  8.         Execute CMAKE by entering the command
  9.  
  10.         cmake
  11.  
  12.         No parameters are required.
  13.  
  14.  
  15.      NOTE THE FOLLOWING:
  16.  
  17.         The if statements (and comments) in the make file, "makefile".
  18.  
  19.         See: The Make File for CMAKE
  20.              * The if Statement
  21.              in the help file.
  22.